SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 61138: Log files are not accessible in SAS® Anti-Money Laundering application when Transport Layer Security (TLS) is configured

DetailsHotfixAboutRate It

You might not be able to access log files from the Administrator interface of SAS Anti-Money Laundering if TLS is configured.

To work around this problem, follow these steps:

  1. Navigate to the SASHOME/SASVersionedJarRepository/eclipse/plugins folder on the middle-tier server and locate any subfolder with a name that starts with sas.svcs.rest_. If multiple files contain that naming convention, select the file with the highest number after the sas.svcs.rest_ prefix
  2. Copy the sas.svcs.rest.jar file to SAS-configuration-directory/Web/WebAppServer/SASServer8_1/sas_webapps/sas.financialservices.aml.war/WEB-INF/lib.
  3. Navigate to SAS-configuration-directory/Web/WebAppServer/SASServer8_1/sas_webapps/sas.financialservices.aml.war/WEB-INF/spring-config and make a backup of the mvc-servlet.xml file.
  4. In that file, locate the following code:
    <mvc:interceptors>
        <bean class="com.sas.commons.rest.links.BaseUrlConfiguration">
           <property name="baseUrlFormat" value="${link.base.url.format}" />
        </bean>
    </mvc:interceptors> 
  5. Change the code above to the following (including adding comment delimiters around the <bean> element):
    <mvc:interceptors>
         <!--
              <bean class="com.sas.commons.rest.links.BaseUrlConfiguration">
                   <property name="baseUrlFormat" value="${link.base.url.format}" />
              </bean>
         --> 
         <bean class="com.sas.svcs.web.controllers.rest.LinkInterceptor" />
    </mvc:interceptors> 
  6. Restart SASServer8.

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Anti-Money LaunderingMicrosoft® Windows® for x647.17.19.4 TS1M4
64-bit Enabled AIX7.17.19.4 TS1M4
64-bit Enabled Solaris7.17.19.4 TS1M4
Linux for x647.17.19.4 TS1M4
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.